From: Ævar Arnfjörð Bjarmason Date: Fri, 7 Oct 2005 17:16:32 +0000 (+0000) Subject: * I accedentally commited this on the last commit X-Git-Tag: 1.6.0~1516 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=b471ca07c5fb9ac9987403bca0a02089add472e9;p=lhc%2Fweb%2Fwiklou.git * I accedentally commited this on the last commit --- diff --git a/includes/Article.php b/includes/Article.php index 3ebcc70a4a..9aa9092e86 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2133,7 +2133,6 @@ class Article { global $wgDeferredUpdateList, $wgDBname, $wgMemc; global $wgMessageCache, $wgUser, $wgUseEnotif; - /* wfSeedRandom(); if ( 0 == mt_rand( 0, 999 ) ) { # Periodically flush old entries from the recentchanges table. @@ -2147,7 +2146,7 @@ class Article { // re-enabled for commit of unrelated live changes -- TS $dbw->query( $sql ); } - */ + $id = $this->getID(); $title = $this->mTitle->getPrefixedDBkey(); $shortTitle = $this->mTitle->getDBkey();